@charset "utf-8";
/* CSS Document */

/**common**/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

html,
body {
  min-width: 1366px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

::placeholder {
  color: #999;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1300 {
  width: 1300px;
}

@media (max-width:1440px) {
  .w1300 {
    width: 94%;
  }
}

@font-face {
  font-family: "Helvetica";
  src: url('../fonts/Helvetica.ttf');
}

@font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/HelveticaBold.ttf");
}

@font-face {
  font-family: "PangMen";
  src: url("../fonts/PangMen.ttf");
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../fonts/YouSheBiaoTiHei.ttf");
}

@font-face {
  font-family: "KOULEN";
  src: url("../fonts/KOULEN-REGULAR.TTF");
}

@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.ttf");
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.ttf");
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.ttf");
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #fdc236;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #fdc236;
}

/* 滚动条滑块点击状态 */


/*头部 开始*/
.lyTop {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.lyTop .lyTop_main {
  height: 100px;
  margin: 0 auto;
}

.lyTop_main .lyLogo {
  width: auto;
  height: 50px;
  overflow: hidden;
  margin: 25px 0;
  float: left;
}

.lyLogo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.lyLogo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


.lyTop_main .lySearch {
  width: 270px;
  height: 40px;
  overflow: hidden;
  margin: 30px 0;
  padding-right: 50px;
  background-color: #fff;
  border: 1px solid #212f32;
  position: relative;
  float: right;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}

.lySearch .scIpt {
  width: 100%;
  height: 38px;
  padding: 0 14px;
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}

.lySearch .scIpt input {
  display: block;
  width: 100%;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
  color: #212f32;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  background-color: #fff !important;
  border-radius: 0 !important;
  border: 0;
  outline: none;
}

.lySearch .scIpt input::placeholder {
  color: #bbb;
}

.lySearch .scBtn {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -1px;
}

.lySearch .scBtn button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 11px;
  overflow: hidden;
  background-color: #212f32 !important;
  border-radius: 0 !important;
  border: 0;
  outline: none;
  cursor: pointer;
}

.lySearch .scBtn button i {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto;
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}

.lySearch .scBtn button i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch .scBtn button i svg path {
  fill: #fdc236;
}

.lyTop_main .lyTel {
  margin:20px 0;
  padding:0 40px 0 60px;
  float:right;
  position:relative
}

.lyTel i {
  display:block;
  width:40px;
  height:40px;
  overflow:hidden;
  padding:2px;
  position:absolute;
  left:0;
  top:10px;
}

.lyTel i svg {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
}

.lyTel i svg path {
  fill:#fdc236;
}

.lyTel p em {
  display:block;
  height:24px;
  line-height:24px;
  color:#333;
  font-size:14px;
  font-style:normal;
  margin-bottom:6px;
}

.lyTel p span {
  display:block;
  height:30px;
  line-height:30px;
  color:#fdc236;
  font-size:24px;
  font-family: "RobotoBold";
}


/* lyNav start */
.lyNav {
  margin: 0 auto -60px;
  padding: 0 10px;
  position: relative;
  z-index: 2;

}

.lyNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #212f32;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}

.lyNav ul li {
  flex-grow: 1;
  position: relative;
}

.lyNav ul li:hover,
.lyNav ul li.active {
  background-color: #fdc236;
}

.lyNav ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}

.lyNav ul li:hover a,
.lyNav ul li.active a {
  color: #212f32;
}

.lyNav ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 50%;
  right: 0;
}

.lyNav ul li:hover::after,
.lyNav ul li.active::after,
.lyNav ul li:last-child::after {
  display: none;
}

.lyNav ul li a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.lyNav ul li a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNav ul li a i svg path {
  fill: #ffffff;
}

.lyNav ul li:hover a i svg path,
.lyNav ul li.active a i svg path {
  fill: #212f32;
}

/* lyNav end */


.lyTitle {
  margin: 0 auto 40px;
}

.lyTitle p {
  height: 48px;
  line-height: 48px;
  color: #222;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 12px;
}

.lyTitle1 p {
  color: #fff;
}

.lyTitle p::before,
.lyTitle p::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 20px;
  margin: -4px 20px 0;
  background-color: #fdc236;
  vertical-align: middle;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}

.lyTitle span {
  display: block;
  line-height: 20px;
  color: #bbb;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.lyTitle1 span {
  color: rgba(255, 255, 255, .2);
}


/* lyFoot start */
.lyFoot {
  background-color: #1c282b;
}

.lyFoot .lyFoot_main {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_main .lyFoot_lxfs {

  margin: 0 auto 60px;
  position: relative;
}

.lyFoot_lxfs::before,
.lyFoot_lxfs::after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}

.lyFoot_lxfs::before {
  background-color: #eee;
  left: 16px;
}

.lyFoot_lxfs::after {
  background-color: #fff;
  right: 16px;
}

.lyFoot_lxfs ul {
  padding: 0 32px;
  position: relative;
  z-index: 1;
}

.lyFoot_lxfs ul li {
  width: 33.33333333333%;
  height: 120px;
  padding: 20px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lyFoot_lxfs ul li:nth-child(1) {
  background-color: #eee;
}

.lyFoot_lxfs ul li:nth-child(2) {
  background-color: #f7f7f7;
}

.lyFoot_lxfs ul li:nth-child(3) {
  background-color: #fff;
}

.lyFoot_lxfs ul li i {
  display: block;
  width: 65px;
  height: 44px;
  overflow: hidden;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fdc236;
}

.lyFoot_lxfs ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_lxfs ul li i svg path {
  fill: #fdc236;
}

.lyFoot_lxfs ul li .con span {
  display: block;
  line-height: 20px;
  color: #999;
  font-size: 15px;
}

.lyFoot_lxfs ul li .con p {
  max-width: 286px;
  height: auto;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-family: "BEBAS";
  font-size: 27px;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyFoot_main .lyFoot_con {
  margin: 0 auto;
}

.lyFoot_con .lyFoot_nav {
  width: 960px;
  float: left;
}

.lyFoot_nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -40px;
}

.lyFoot_nav ul li {
  width: 25%;
  padding: 20px 40px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_nav ul li p {
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.lyFoot_nav ul li a {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyFoot_nav ul li a:hover {
  color: #fff;
}


.lyFoot_con .lyFoot_ewm {
  width: 260px;
  height: 200px;
  padding: 20px;
  border: 12px solid rgba(255, 255, 255, .1);
  border-radius: 57px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lyFoot_ewm p {
  display: block;
  width: 128px;
  height: auto;
  margin-right: 12px;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_ewm p img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.lyFoot_ewm span {
  display: block;
  line-height: 20px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  writing-mode: vertical-lr;
  text-orientation: upright;
}


.lyFoot .lyFoot_copy {
  padding: 20px 0;
  border-top: 1px solid #161616;
}

.lyFoot_copy p {
  line-height: 40px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.lyFoot_copy p a {
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
}

.lyFoot_copy p a:hover {
  color: #fff;
}


/* 友情链接 开始 */
.lyLinks {
  padding: 20px 0;
  background-color: #fdc236;
}

.lyLinks .lyLinks_main {
  margin: 0 auto;
}

.lyLinks_main .lyLinks_title {
  width: 132px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #1c282b;
  font-size: 18px;
  float: left;
}

.lyLinks_title i {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  padding: 5px;
  margin: 8px 8px 8px 0;
  background-color: #1c282b;
  border-radius: 50%;
  float: left;
}

.lyLinks_title i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyLinks_title i svg path {
  fill: #fdc236;
}

.lyLinks_main .lyLinks_list {
  width: calc(100% - 132px);
  float: right;
}

.lyLinks_list ul li {
  width: auto;
  margin-right: 30px;
  float: left;
}

.lyLinks_list ul li a {
  display: block;
  line-height: 40px;
  color: rgba(0, 0, 0, .65);
  font-size: 16px;
}

.lyLinks_list ul li a:hover {
  color: #1c282b;
}

/* 友情链接 结束 */


/* lyFoot end */


/*网站右侧漂浮*/
.kfView6 {
  position: fixed;
  top: 28%;
  right: 2px;
  z-index: 999;
}

.kfView6 a.qqa {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: rgba(0, 0, 0, .7);
  margin-bottom: 2px;
}

.kfView6 a.qqa:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/slidebar_icon.png) top center no-repeat;
  overflow: hidden;
  margin: 9px 10px;
}

.kfView6 .tela {
  position: relative;
}

.kfView6 .tela>a {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: rgba(0, 0, 0, .7);
  margin-bottom: 2px;
}

.kfView6 .tela>a:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/slidebar_icon.png) center -27px no-repeat;
  overflow: hidden;
  margin: 9px 10px;
}

.kfView6 .tela .wz {
  position: absolute;
  top: 0;
  left: -212px;
  z-index: 999;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.kfView6 .tela:hover .wz {
  display: block;
}

.kfView6 .tela p {
  background: #fff;
  width: 200px;
  height: 40px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #fdc236;
  line-height: 40px;
  text-align: center;
}

.kfView6 .tela p em {
  width: 0;
  height: 0;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: -6px;
}

.kfView6 .wxa {
  position: relative;
}

.kfView6 .wxa>span {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: rgba(0, 0, 0, .7);
  margin-bottom: 2px;
}

.kfView6 .wxa>span:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/slidebar_icon.png) center -52px no-repeat;
  overflow: hidden;
  margin: 9px 10px;
}

.kfView6 .wxa .code {
  position: absolute;
  top: -44px;
  left: -132px;
  z-index: 999;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.kfView6 .wxa:hover .code {
  display: block;
}

.kfView6 .wxa .code p {
  background: #fff;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.kfView6 .wxa .code p img {
  max-width: 100%;
  max-height: 100%;
}

.kfView6 .wxa .code p em {
  width: 0;
  height: 0;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: -6px;
}

.kfView6 .wxa .code span {
  display: block;
  background: #fff;
  width: 120px;
  height: 20px;
  overflow: hidden;
  line-height: 14px;
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.kfView6 a.totop {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: rgba(253, 194, 54, 0.85);
  margin-bottom: 2px;
}

.kfView6 a.totop:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/slidebar_icon.png) center -76px no-repeat;
  overflow: hidden;
  margin: 9px 10px;
}

.kfView6 .pfpro,
.kfView6 .pflxwm {
  display: none;
}

/*右侧漂浮 结束*/